services.nginx.virtualHosts.<name>.globalRedirect

If set, all requests for this host are redirected (defaults to 301, configurable with redirectCode) to the given hostname.

Type
null or string
Default
null
Example
"newserver.example.org"
Declared
<nixpkgs/nixos/modules/services/web-servers/nginx/default.nix>